xen/arm: setup: Remove bogus xenheap_mfn_end in setup_mm for arm64
authorJulien Grall <julien.grall@arm.com>
Fri, 30 Jun 2017 15:54:16 +0000 (16:54 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 30 Jun 2017 20:12:40 +0000 (13:12 -0700)
commit5e2af95aeb168d90c5900d35d663691f595fb012
treef347026ce7a490cd9e7cdbd322b8201d4728f62c
parentc2ce38d3adda75215d53cb930ac23abaa668f4fe
xen/arm: setup: Remove bogus xenheap_mfn_end in setup_mm for arm64

xenheap_mfn_end is storing an MFN and not a physical address. The value will
be reset after the loop. So drop this bogus xenheap_mfn_end.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/setup.c